home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
music
/
omdpt123.lha
/
OMED_PT123.lzx
/
rexx
/
stop_edit.omed
< prev
next >
Wrap
Text File
|
1996-01-14
|
227b
|
8 lines
/* Use SPACE the right way - Feril 13-01-96 */
address OCTAMED_REXX
options results
pl_getstate var state
if state ~= "STOPPED" then 'op_multicmd "pl_stop" "op_set edit off"'
else 'op_multicmd "pl_stop" "op_set edit toggle"'